ALIM Web Implementation Guide

Cover Sheet Template

The cover sheet template file has the Header and Document list sections. The Header contains properties and relationships of Distribution Orders and Transmittals.

Note: The output cannot return multiple values.

Below are input expressions allowed in the Header section.

Allowed:

{DistributionOrder|Code} 
{Transmittal|IssuedTo.Code+','+ IssuedTo.FullName}

Not Allowed (because it can have multiple values returned):

{Transmittal|LineItems.Sequence}

Cover sheet template Header section example

The Document List contains the properties and various relationships of the distributed documents and files.

For TransmittalItem (this is a pseudo code of a Document), we can extract all properties and relationships as they are extracted in eQL for the Document object.

eQL Document Relationship

For TransmittalItemFile (this is a pseudo code of a File), we can extract all properties (such as file name) and relationships as they are extracted in eQL for the File object.

eQL File Relationship

Below are input expressions allowed in Document List section:

Allowed:

{TransmittalItem|Revision}
{TransmittalItem|Projects.Project.Code}

Not Allowed:

{Transmittal|Code}

Cover sheet template Document section example